Setting the Editor for Ektron CMS400.NET Users

Each Web server that hosts Ektron CMS400.NET has two editor options: one for clients that run Windows and another for clients using MacIntosh. Your system administrator determines the editor options in the site’s web.config file, using the following settings.

<appSettings>
        .
        !-- EditControlWin may be either "ContentDesigner" or "eWebEditPro" or "UserPreferred" -->
            <add key="ek_EditControlWin" value="UserPreferred" />
            <!-- EditControlMac Only "ContentDesigner" -->
            <add key="ek_EditControlMac" value="ContentDesigner" />
        .
        </appSettings>

The table below contains information about both editors.

Operating System

Web.Config file key

Possible editor key values

Windows

ek_EditControlWin

eWebEditPro

ContentDesigner (use to load eWebEdit400)

UserPreferred (loads editor selected by user at Content and Forum Editor field in User Profile) See Also: Content and Forum Editor

Macintosh

ek_EditControlMac

ContentDesigner (use to load eWebEdit400)

The following section explains how to use the eWebEdit400 editor.

To learn abouteWebEditPro+XML, see http://documentation.ektron.com/cms400/v76/usermanual.pdf > “Introduction to eWebEditPro+XML”.

Previous TopicNext Topic|